Skip to content

Conversation

@max-ostapenko
Copy link
Contributor

@max-ostapenko max-ostapenko commented Jul 1, 2025

  • Removed privacy_wording_links metric as unused for a long time
  • Removed detection of common fingerprinting APIs because it mostly highlights usage in valid scenarios
  • Added header check for iab_ddr to fix redirect cases

Test websites:

@github-actions
Copy link

github-actions bot commented Jul 7, 2025

https://almanac.httparchive.org/en/2022/

WPT result details

Changed custom metrics values:

{
  "_privacy": {
    "iab_tcf_v1": {
      "present": false
    },
    "iab_tcf_v2": {
      "present": false
    },
    "iab_gpp": {
      "present": false
    },
    "iab_usp": {
      "present": false
    },
    "navigator_doNotTrack": false,
    "navigator_globalPrivacyControl": true,
    "document_permissionsPolicy": false,
    "document_featurePolicy": true,
    "referrerPolicy": {
      "entire_document_policy": null,
      "individual_requests": null,
      "link_relations": null
    },
    "request_hostnames_with_cname": {},
    "ccpa_link": {
      "hasCCPALink": false
    },
    "iab_ddr": {
      "present": false,
      "status": 404
    }
  }
}
https://booking.salamandra.sk

WPT result details

Changed custom metrics values:

{
  "_privacy": {
    "iab_tcf_v1": {
      "present": false
    },
    "iab_tcf_v2": {
      "present": false
    },
    "iab_gpp": {
      "present": false
    },
    "iab_usp": {
      "present": false
    },
    "navigator_doNotTrack": false,
    "navigator_globalPrivacyControl": true,
    "document_permissionsPolicy": false,
    "document_featurePolicy": true,
    "referrerPolicy": {
      "entire_document_policy": null,
      "individual_requests": [
        {
          "tagName": "SCRIPT",
          "referrerpolicy": "no-referrer",
          "count": 1
        },
        {
          "tagName": "LINK",
          "referrerpolicy": "no-referrer",
          "count": 1
        }
      ],
      "link_relations": null
    },
    "request_hostnames_with_cname": {},
    "ccpa_link": {
      "hasCCPALink": false
    },
    "iab_ddr": {
      "present": false,
      "status": 200
    }
  }
}
https://www.vfka-westfalen.de

WPT result details

Changed custom metrics values:

{
  "_privacy": {
    "iab_tcf_v1": {
      "present": false
    },
    "iab_tcf_v2": {
      "present": false
    },
    "iab_gpp": {
      "present": false
    },
    "iab_usp": {
      "present": false
    },
    "navigator_doNotTrack": true,
    "navigator_globalPrivacyControl": false,
    "document_permissionsPolicy": false,
    "document_featurePolicy": false,
    "referrerPolicy": {
      "entire_document_policy": null,
      "individual_requests": null,
      "link_relations": {
        "A": 1
      }
    },
    "request_hostnames_with_cname": {},
    "ccpa_link": {
      "hasCCPALink": false
    },
    "iab_ddr": {
      "present": false,
      "status": 404
    }
  }
}

@max-ostapenko max-ostapenko marked this pull request as ready for review July 7, 2025 07:40
@max-ostapenko max-ostapenko requested a review from tunetheweb July 7, 2025 07:43
@max-ostapenko max-ostapenko merged commit a6d1665 into main Jul 7, 2025
4 checks passed
@max-ostapenko max-ostapenko deleted the privacy-2025 branch July 7, 2025 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants